home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 26.zip
/
BS1 part 26
/
Cando v1.6 disk 2.adf
/
HelpFiles
/
Icons
< prev
next >
Wrap
Text File
|
1991-11-03
|
3KB
|
157 lines
C- ClipIconImage |clipiconimage|
F- DefaultTool |defaulttool|
F- IconHighlight |iconhighlight|
F- IconType |icontype|
C- InsertToolTypeList |inserttooltypelist|
C- LoadIcon |loadicon|
C- MakeIcon |makeicon|
C- SaveIcon |saveicon|
C- SetDefaultTool |setdefaulttool|
C- SetIconHighlight |seticonhighlight|
C- SetIconImage |seticonimage|
C- SetToolTypeList |settooltypelist|
[E]
|clipiconimage|
WT ClipIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
PL Extracts the image or images used in an
PL icon, storing them as brushes so you can
PL show them or save them within your
PL application.
PL
PT SEE ALSO:
BS SetIconImage
PT .
ED
|defaulttool|
WT {FilePath}=DefaultTool({IconBufferName})
PL Returns the default tool of "Icon Name".
PL This is the program to be run if a user
PL double-clicks on the icon from the
PL Workbench.
PL
PT SEE ALSO:
BS SetDefaultTool
PT .
ED
|iconhighlight|
WT {String}=IconHighlight({IconBufferName})
PL Returns the highlight style used by the
PL icon, either "COMPLEMENT", "BACKFILL", or
PL "ALTIMAGE".
PL
PT SEE ALSO:
BS SetIconHighlight
PT .
ED
|icontype|
WT {String}=IconType({IconBufferName})
PL Returns the icontype which can be one
PL of the following:
PL "Project", "Disk", "Drawer", "Tool",
PL "NDOS", "Device", "KickStart", or
PL "Unknown"
ED
|inserttooltypelist|
WT InsertToolTypeList {IconBufferName}
PL Types the ToolTypes of the icon into the
PL current document. See pages 6-57 in the
PL yellow manual for a full description of
PL this command.
PL
PT SEE ALSO:
BS SetToolTypeList
PT .
ED
|loadicon|
WT LoadIcon {FilePath} [,{IconBufferName} [,<loadflags>]]
PL Loads an icon into a buffer. See pages
PL 6-55 and 7-7 in the yellow manual for a
PL full description of this command.
PL
PT SEE ALSO:
BS SaveIcon
PT and
BS MakeIcon
PT .
ED
|makeicon|
WT MakeIcon {IconBufferName}, <flags>, {BrushBufferName} [,{AltBrushBufferName}]
PL Creates an Icon buffer. See pages 6-56
PL in the yellow manual for a full description
PL of this command.
PL
PT SEE ALSO:
BS SaveIcon
PT and
BS LoadIcon
PT .
ED
|saveicon|
WT SaveIcon {IconBufferName} [,{SaveFilePath}]
PL Saves an Icon buffer. See pages 6-55
PL in the yellow manual for a full description
PL of this command.
PL
PT SEE ALSO:
BS MakeIcon
PT and
BS LoadIcon
PT .
ED
|setdefaulttool|
WT SetDefaultTool {IconBufferName}, {ToolString}
PL Sets the Default tool used by the given
PL Icon. The default tool is the program to
PL be run if a user double-clicks on the icon
PL from the Workbench.
PL
PT SEE ALSO:
BS TheDefaultTool
PT .
ED
|seticonhighlight|
WT SetIconHighlight {IconBufferName}, <flags> [,{AltBrushBufferName}]
PL This changes the highlight style of the
PL icon buffer. See pages 6-44 in the
PL supplement manual for a full description
PL of this command.
PL
PT SEE ALSO:
BS IconHighlight
PT .
ED
|seticonimage|
WT SetIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
PL This command sets the icon's image and
PL optionally its alternate image. See pages
PL 6-56 in the yellow manual for a full
PL description of this command.
PL
PT SEE ALSO:
BS ClipIconImage
PT .
ED
|settooltypelist|
WT SetToolTypeList {IconBufferName}, {DocumentBufferName}
PL This commands sets the tooltype list of the
PL given icon buffer to the contents of the
PL given document buffer. See pages 6-57 in
PL the yellow manual for a full description
PL of this command.
PT SEE ALSO:
BS InsertToolTypeList
PT .
ED